home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / WIN95 / UTIL / cddae300.exe / _SETUP.1 / CDDAE.exe / 0 / RCDATA / TFILECONVERTER / TFILECONVERTER.txt
Encoding:
Text File  |  1998-11-02  |  7.8 KB  |  378 lines

  1. object FileConverter: TFileConverter
  2.   Left = 371
  3.   Top = 241
  4.   BorderStyle = bsDialog
  5.   Caption = 'File Converter'
  6.   ClientHeight = 373
  7.   ClientWidth = 410
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label2: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 41
  21.     Height = 21
  22.     AutoSize = False
  23.     Caption = 'Driver'
  24.     Layout = tlCenter
  25.   end
  26.   object LabelFormat: TLabel
  27.     Left = 8
  28.     Top = 32
  29.     Width = 41
  30.     Height = 21
  31.     AutoSize = False
  32.     Caption = 'Format'
  33.     Layout = tlCenter
  34.   end
  35.   object LabelSubformat: TLabel
  36.     Left = 8
  37.     Top = 56
  38.     Width = 57
  39.     Height = 21
  40.     AutoSize = False
  41.     Caption = 'Sub-format'
  42.     Layout = tlCenter
  43.   end
  44.   object Label3: TLabel
  45.     Left = 8
  46.     Top = 80
  47.     Width = 57
  48.     Height = 21
  49.     AutoSize = False
  50.     Caption = 'File format'
  51.     Layout = tlCenter
  52.   end
  53.   object Label15: TLabel
  54.     Left = 342
  55.     Top = 8
  56.     Width = 60
  57.     Height = 13
  58.     AutoSize = False
  59.     Caption = 'Priority boost'
  60.   end
  61.   object Label18: TLabel
  62.     Left = 374
  63.     Top = 28
  64.     Width = 16
  65.     Height = 13
  66.     Alignment = taRightJustify
  67.     AutoSize = False
  68.     Caption = '+2'
  69.     Layout = tlCenter
  70.   end
  71.   object Label21: TLabel
  72.     Left = 374
  73.     Top = 87
  74.     Width = 16
  75.     Height = 13
  76.     Alignment = taRightJustify
  77.     AutoSize = False
  78.     Caption = '-2'
  79.     Layout = tlCenter
  80.   end
  81.   object Label22: TLabel
  82.     Left = 374
  83.     Top = 43
  84.     Width = 16
  85.     Height = 13
  86.     Alignment = taRightJustify
  87.     AutoSize = False
  88.     Caption = '+1'
  89.     Layout = tlCenter
  90.   end
  91.   object Label23: TLabel
  92.     Left = 374
  93.     Top = 58
  94.     Width = 16
  95.     Height = 13
  96.     Alignment = taRightJustify
  97.     AutoSize = False
  98.     Caption = '0'
  99.     Layout = tlCenter
  100.   end
  101.   object Label24: TLabel
  102.     Left = 374
  103.     Top = 72
  104.     Width = 16
  105.     Height = 13
  106.     Alignment = taRightJustify
  107.     AutoSize = False
  108.     Caption = '-1'
  109.     Layout = tlCenter
  110.   end
  111.   object Label9: TLabel
  112.     Left = 292
  113.     Top = 261
  114.     Width = 13
  115.     Height = 19
  116.     AutoSize = False
  117.     Caption = '%'
  118.     Layout = tlCenter
  119.   end
  120.   object Status: TStatusBar
  121.     Left = 8
  122.     Top = 347
  123.     Width = 393
  124.     Height = 19
  125.     Align = alNone
  126.     Panels = <
  127.       item
  128.         Width = 270
  129.       end
  130.       item
  131.         Width = 50
  132.       end>
  133.     SimplePanel = False
  134.     SizeGrip = False
  135.   end
  136.   object nofi: TGroupBox
  137.     Left = 8
  138.     Top = 286
  139.     Width = 393
  140.     Height = 55
  141.     TabOrder = 1
  142.     object Cancelling: TLabel
  143.       Left = 86
  144.       Top = 36
  145.       Width = 249
  146.       Height = 13
  147.       AutoSize = False
  148.       Caption = 'Cancelling after current file...'
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clBlack
  151.       Font.Height = -11
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = [fsBold]
  154.       ParentFont = False
  155.       Transparent = True
  156.       Visible = False
  157.     end
  158.     object Label4: TLabel
  159.       Left = 8
  160.       Top = 36
  161.       Width = 29
  162.       Height = 13
  163.       AutoSize = False
  164.       Caption = 'Done:'
  165.     end
  166.     object DonePercents: TLabel
  167.       Left = 40
  168.       Top = 36
  169.       Width = 41
  170.       Height = 13
  171.       AutoSize = False
  172.     end
  173.     object DoneProgress: TProgressBar
  174.       Left = 8
  175.       Top = 17
  176.       Width = 377
  177.       Height = 16
  178.       Hint = 'Normalization progress'
  179.       Min = 0
  180.       Max = 100
  181.       TabOrder = 0
  182.     end
  183.   end
  184.   object Driver: TComboBox
  185.     Left = 72
  186.     Top = 8
  187.     Width = 265
  188.     Height = 21
  189.     Style = csDropDownList
  190.     ItemHeight = 13
  191.     TabOrder = 2
  192.     OnChange = DriverChange
  193.   end
  194.   object Format: TComboBox
  195.     Left = 72
  196.     Top = 32
  197.     Width = 265
  198.     Height = 21
  199.     Style = csDropDownList
  200.     ItemHeight = 13
  201.     TabOrder = 3
  202.     OnChange = FormatChange
  203.   end
  204.   object Subformat: TComboBox
  205.     Left = 72
  206.     Top = 56
  207.     Width = 265
  208.     Height = 21
  209.     Style = csDropDownList
  210.     ItemHeight = 13
  211.     TabOrder = 4
  212.     OnChange = SubformatChange
  213.   end
  214.   object Fileformat: TComboBox
  215.     Left = 72
  216.     Top = 80
  217.     Width = 265
  218.     Height = 21
  219.     Style = csDropDownList
  220.     ItemHeight = 13
  221.     TabOrder = 5
  222.     OnChange = FileformatChange
  223.   end
  224.   object Priority: TTrackBar
  225.     Left = 342
  226.     Top = 22
  227.     Width = 33
  228.     Height = 86
  229.     Max = 4
  230.     Orientation = trVertical
  231.     Frequency = 1
  232.     Position = 2
  233.     SelEnd = 0
  234.     SelStart = 0
  235.     TabOrder = 6
  236.     TickMarks = tmBottomRight
  237.     TickStyle = tsAuto
  238.   end
  239.   object Filelist: TListView
  240.     Left = 8
  241.     Top = 130
  242.     Width = 393
  243.     Height = 121
  244.     OnClick = FilelistClick
  245.     Columns = <
  246.       item
  247.         Caption = 'Filename'
  248.         Width = 275
  249.       end
  250.       item
  251.         Alignment = taCenter
  252.         Caption = 'Size (MB)'
  253.         Width = 80
  254.       end>
  255.     ReadOnly = True
  256.     MultiSelect = True
  257.     OnColumnClick = FilelistColumnClick
  258.     OnCompare = FilelistCompare
  259.     PopupMenu = Popup
  260.     SortType = stText
  261.     TabOrder = 7
  262.     ViewStyle = vsReport
  263.   end
  264.   object ExtraHighQuality: TCheckBox
  265.     Left = 10
  266.     Top = 108
  267.     Width = 113
  268.     Height = 17
  269.     Caption = 'Extra High Quality'
  270.     TabOrder = 8
  271.   end
  272.   object Normalize: TBitBtn
  273.     Left = 320
  274.     Top = 258
  275.     Width = 81
  276.     Height = 25
  277.     Cancel = True
  278.     Caption = 'Close'
  279.     Default = True
  280.     ModalResult = 1
  281.     TabOrder = 9
  282.     OnClick = NormalizeClick
  283.     Glyph.Data = {
  284.       DE010000424DDE01000000000000760000002800000024000000120000000100
  285.       0400000000006801000000000000000000001000000010000000000000000000
  286.       80000080000000808000800000008000800080800000C0C0C000808080000000
  287.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  288.       333333333333333333333333000033338833333333333333333F333333333333
  289.       0000333911833333983333333388F333333F3333000033391118333911833333
  290.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  291.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  292.       3333F8330000333333911111183333333338F333333F83330000333333311111
  293.       8333333333338F3333383333000033333339111183333333333338F333833333
  294.       00003333339111118333333333333833338F3333000033333911181118333333
  295.       33338333338F333300003333911183911183333333383338F338F33300003333
  296.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  297.       38F338F300003333333333333919333333388333338FFF830000333333333333
  298.       3333333333333333333888330000333333333333333333333333333333333333
  299.       0000}
  300.     NumGlyphs = 2
  301.   end
  302.   object NormPercent: TEdit
  303.     Left = 240
  304.     Top = 261
  305.     Width = 33
  306.     Height = 19
  307.     AutoSize = False
  308.     TabOrder = 10
  309.     Text = '0'
  310.     OnExit = NormPercentExit
  311.   end
  312.   object UDNormalize: TUpDown
  313.     Left = 273
  314.     Top = 261
  315.     Width = 15
  316.     Height = 19
  317.     Associate = NormPercent
  318.     Min = 0
  319.     Position = 0
  320.     TabOrder = 11
  321.     Wrap = False
  322.   end
  323.   object NormalizeTo: TCheckBox
  324.     Left = 152
  325.     Top = 261
  326.     Width = 81
  327.     Height = 19
  328.     Caption = 'Normalize to'
  329.     TabOrder = 12
  330.     OnClick = NormalizeToClick
  331.   end
  332.   object RemoveWaves: TBitBtn
  333.     Left = 80
  334.     Top = 258
  335.     Width = 63
  336.     Height = 25
  337.     Hint = 'Remove Wave file(s) from the list'
  338.     Caption = '&Remove'
  339.     ParentShowHint = False
  340.     ShowHint = True
  341.     TabOrder = 13
  342.     OnClick = RemoveWavesClick
  343.     NumGlyphs = 2
  344.   end
  345.   object AddWaves: TBitBtn
  346.     Left = 8
  347.     Top = 258
  348.     Width = 63
  349.     Height = 25
  350.     Hint = 'Add Wave file(s) to be normalized'
  351.     Caption = '&Add'
  352.     ParentShowHint = False
  353.     ShowHint = True
  354.     TabOrder = 14
  355.     OnClick = AddWavesClick
  356.   end
  357.   object OpenWaves: TOpenDialog
  358.     DefaultExt = 'WAV'
  359.     FileName = '*.wav'
  360.     Filter = 'Wave files (*.wav)|*.WAV'
  361.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist]
  362.     Title = 'Open Wave file(s)'
  363.     Left = 152
  364.     Top = 192
  365.   end
  366.   object Popup: TPopupMenu
  367.     Left = 272
  368.     Top = 180
  369.     object Remove: TMenuItem
  370.       Caption = '&Remove'
  371.     end
  372.     object Selectall: TMenuItem
  373.       Caption = '&Select all'
  374.       ShortCut = 16449
  375.     end
  376.   end
  377. end
  378.